home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 November
/
Macworld (1999-11).dmg
/
Shareware World
/
Comms & Internet
/
DXF to VRML97 1.0.1
/
src
/
DropUNIX Lib
/
Lib Headers
/
DropShell.h
next >
Wrap
Text File
|
1998-08-14
|
309b
|
14 lines
#ifndef __DROPSHELL_H__
#define __DROPSHELL_H__
void InitToolbox(void);
Boolean InitGlobals(void);
void SetUpMenus(void);
void InstallSplashScreen(void);
void ShowAbout(void);
void DoMenu(long retVal);
void DoMouseDown(EventRecord *curEvent);
void DoKeyDown(EventRecord *curEvent);
#endif